home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<<< MKDIR ... MAKE DIRECTORY >>>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Creates a subdirectory on the disk. This command may be used
- with both floppy and fixed disks.
-
- ; MKDIR MULTIPLAN .. Makes a subdirectory named MULTIPLAN
- ; that is subordinate to your current
- ; directory. If your current directory
- ; is PROGRAMS ... the full path for
- ; the new subdirectory (MULTIPLAN) could
- ; be \PROGRAMS\MULTIPLAN.
-
- ; MKDIR \SUPRCALC .. Creates a directory named SUPRCALC that
- ; is subordinate to your ROOT directory
- ; ... which is indicated by the '\'.
-
- ; MKDIR C:\HARRY\DATA .. By specifying Drive C you can make the
- ; subdirectory DATA even if your default
- ; drive is A or B. The new subdirectory
- ; (DATA) is subordinate to HARRY.
- ###